home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / hard / drivr / eb920_sanaII.lha / sanaII / ReadMe < prev    next >
Text File  |  1996-09-24  |  3KB  |  91 lines

  1.                       EB920 (Lan Rover) 1.0.2 ReadMe
  2.                  Late Breaking News and Manual Corrections
  3.  
  4.                       eb920.device [i2] 1.23 (7.1.93)
  5.                       eb920.device [i6] 1.23 (7.1.93)
  6.  
  7. Contents:
  8.  
  9.     o    SANA II Support for the EB920
  10.  
  11. ===========================================================================
  12.                        SANA II Support for the EB920
  13.  
  14. If  your  EB920  does not include an address ROM (U1 socket is empty), then
  15. you  will need to run s2util early on in your user-startup (as close to the
  16. first  line  as possible).  This command configures the hardware address of
  17. the  board  in  the  absence of an Ethernet address ROM.  ASDG's registered
  18. address  domain  is:   49404  (or 00C0FC in hexadecimal).  If you use these
  19. numbers  as  the  first three digits of your hardware address and increment
  20. the  last  three  digits for each EB920 on your net, you are certain not to
  21. produce a hardware address conflict.
  22.  
  23.     s2util config sa <unique-node-id>
  24.  
  25. The format of the unique-node-id is n.N.N.N.N.N.
  26.  
  27. The first ``n'' above must be even.
  28.  
  29. For example, if you had three EB920s on your net, you could give them the
  30. addresses of:
  31.  
  32.         . . .0.0.0
  33.         . . .0.0.1
  34.         . . .0.0.2
  35.  
  36. If  your  EB920  does have an address ROM (U1 is filled) then s2util is not
  37. needed in your startup sequence(s).  However, s2util is still handy to have
  38. around for watching net statistics.
  39.  
  40. The arguments which s2util will accept include:
  41.  
  42. DEV=DEVICE/K     allows you to specify a device driver OTHER than 
  43.          eb920.device.
  44.  
  45. U=UNIT/N     allows you to specify a unit OTHER than 0.
  46.  
  47. EXC=EXCLUSIVE     causes s2util to open the device exclusively - useful for
  48.          debugging SANA II device drivers but not useful for much
  49.          else.
  50.  
  51. PROM=PROMISCUOUS causes the device to be opened promiscuously - good for
  52.          debugging but you shouldn't ever use it when also using
  53.          real networking software.
  54.  
  55. DEL=DELAY     allows you specify the number of ticks inbetween looped
  56.          commands - see also LOOPS.
  57.  
  58. GSTATS         prints global statistics for the specified device.
  59.  
  60. DSTATS         prints device statistics for the specified device and
  61.          unit.
  62.  
  63. LOOPS         allows you to do some other command a number of times.
  64.  
  65. CONFIG         causes a SANA II config command to be issued.
  66.  
  67. SA         allows you to specify a station address other than the
  68.          default hardware address.
  69.  
  70. GA         prints the current and default station addresses.
  71.  
  72. DEFCONFIG     causes a config to take place using the default station
  73.          address.
  74.  
  75. AM         allows you to add a multicast address - useful for
  76.          debugging SANA II device drivers.
  77.  
  78. DM         allows you to delete a multicast address - useful for 
  79.          debugging SANA II device drivers.
  80.  
  81. PSTATS         prints statistics for a particular previously PTRACKed
  82.          protocol.  Protocol is specified in hex.
  83.  
  84. PTRACK         starts taking statistics for a particular protocol.
  85.          Protocol is specified in hex.
  86.  
  87. PUNTRACK     stops taking statistics for a particular protocol.
  88.          Protocol is specified in hex.
  89.  
  90. ===========================================================================
  91.